home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / daemons / nfs / nfs-serv.2be / nfs-serv / nfs-server-2.2beta16 / NEWS < prev    next >
Encoding:
Text File  |  1996-01-06  |  2.3 KB  |  57 lines

  1. Changes from 2.0 to 2.2
  2.  
  3. * Fixed a fair number of bugs.
  4. * authenticate fh's on every request.
  5. * Use setfsuid/setfsgid if available for setting owner/group on file
  6.   access rather than seteuid.
  7. * Implement root_squash and no_root_squash mount options. Note: root_squash
  8.   is on by default, so you have to insert no_root_squash where appropriate
  9.   or your configuration might break.
  10. * New set of uid squash options: squash_uids, squash_gids (specify
  11.   list of uids/gids to squash), all_squash, anon_uid and anon_gid
  12.   (override uid/gid of anon user for specific clients), noaccess (exclude
  13.   subdirectories).
  14. * Uid/gid mapping using Mark Shand's ugidd.
  15. * Different log levels for debugging.
  16. * Manpages updated to reflect the current set of defaults.
  17. * Patch to perform per-call profiling of the server.
  18. * Netgroup support in /etc/exports.
  19. * mountd now support /etc/rmtab and showmount -a.
  20. * export file re-reading with SIGHUP in nfsd and mountd.
  21. * Support for multiple nfsd's running in parallel (read-only).
  22. * Interactive BUILD script.
  23. * Added new host format to exports file; you can now use network/mask to
  24.   export a volume to an entire IP subnetwork.
  25. * Added selective uid/gid squashing and cleint-specific nobody uid/gid
  26.   to exports file.
  27. * Added noaccess option in exports file.
  28. * Added rpc.rquotad
  29.  
  30. Changes from version 1.5 to 2.0:
  31.  
  32. * new configuration based on autoconf and GNU standards
  33. * showmount doesn't mangle the output of exports to (everybody)
  34. * the symlink bug in mountd is REALLY fixed this time
  35. * all programs support long options
  36. * create works correctly on non-files
  37. * mknod is now fully supported
  38. * execute only programs now work correctly
  39. * mentioning a client twice in the exports file doesn't cause looping
  40. * rogue clients cannot search past a mount point
  41. * both read-only and read-write filesystems can be exported to the same client
  42. * supplementary groups are supported if the host supports them
  43.  
  44. Not finished yet:
  45.  
  46. * exports file now conforms to SunOS syntax
  47.  
  48. Special thanks for this version go to:
  49.  
  50. * Mark Eichin <eichin@cygnus.com>
  51. * Job de Haas <JOB_H@TUDER3.ET.TUDELFT.NL>
  52. * Eric Kasten <tigger@tigger.cl.msu.edu>
  53. * Stephen Harris <hsw1@papa.attmail.com>
  54. * Ross Martin <martin@enws125.EAS.ASU.EDU>
  55. * Glenn Moloney <glenn@tauon.ph.unimelb.edu.au>
  56. * Ross Becker <beckerr@pyrite.som.cwru.edu>
  57.